home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / archiver / mta_vf35.zip / MTA__BAT.EXE / MTASTART.BAT < prev   
DOS Batch File  |  1990-09-09  |  1KB  |  21 lines

  1. ECHO OFF
  2. REM ********************************************************************
  3. REM * This is common batch-file, used right after MTA starts and be-   *
  4. REM * fore MTA is gonna test and convert the files                     *
  5. REM ********************************************************************
  6. REM * In MTA's ExitBeforeStart option, you can pass NO parameters.     *
  7. REM * The batch-file must call global functions, no functions related  *
  8. REM * with the converted files.                                        *
  9. REM *                                                                  *
  10. REM * Some examples of the usage of this batch are:                    *
  11. REM *                                                                  *
  12. REM * - Disable (or enable) the you cacher;                            *
  13. REM * - Copy the compressors to a RAM-disk;                            *
  14. REM * - Reset the screen-mode to use MTA's build-in EGA/VGA support,   *
  15. REM *   with help of the switch program, supplied with your videocard  *
  16. REM ********************************************************************
  17. REM
  18. REM Disable the cacher
  19. REM
  20. CACHE /DISABLE
  21.